-
Notifications
You must be signed in to change notification settings - Fork 258
Easypanel setup #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
khaledbashir
wants to merge
25
commits into
allweonedev:main
Choose a base branch
from
khaledbashir:easypanel-setup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Easypanel setup #23
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…errors when API key is missing
…n error UX with auto-refresh hint
…t present (handles reload/direct link)
…roubleshooting for server actions + P2003
… FK errors - Added user existence check in createPresentation and duplicatePresentation - If session user doesn't exist in DB, create minimal user row within transaction - Prevents foreign key constraint violations when user ID missing from DB - Also adds retry logic for image downloads and media upload URL improvements - Improves web search toggle model compatibility checks - Adds TITLE tag handling in slide parser
- Increase Pollinations fetch timeout from 15s to 30s (API can be slow) - Add User-Agent header to image requests - Increase retry backoff from 500ms to 1000ms per attempt - Add graceful error return instead of throwing when all attempts fail - Improve Tavily search error logging with more context - Add clear warning message when TAVILY_API_KEY is missing
- Before creating user, check if one exists with the session email - Handles case where NextAuth created user with different ID than session - Use existing user's ID when email match found - Prevents P2003 FK errors caused by ID mismatch - Apply fix to both createPresentation and duplicatePresentation
- Create /presentation/share/[id] page to handle shared links - Validate that presentation is public before showing - Redirect to normal presentation view if valid - Show error page if presentation is private or doesn't exist - Fixes 404 error when sharing presentations Note: PowerPoint export formatting needs improvement (tracked separately)
- Add 15s timeout for fetch requests - Better User-Agent and headers to avoid blocks - Extract OpenGraph and meta tags for title/description - Try multiple content extraction patterns (article, main, etc.) - Clean HTML more thoroughly (remove nav, footer, scripts) - Convert headings to markdown format - Better error messages for common failures (403, 404, timeout) - Validate extracted content length (min 100 chars) - Format imported content with structure notes - Log extraction progress for debugging
…to avoid build error
…treaming response
…ation - Add conditional import in next.config.js to prevent environment validation during Docker builds - Fixes build freeze issue where process hangs during 'Creating an optimized production build...' - Maintains env validation for development while allowing successful Docker builds on EasyPanel
- Implement split-screen layout with features showcase on desktop - Add modern gradient background with subtle geometric pattern - Enhance branding with ALLWEONE logo and app description - Include feature highlights (AI-powered generation, templates, real-time editing) - Add trust indicators and professional messaging - Improve mobile responsiveness and visual hierarchy - Add loading states and better error handling - Include demo mode option for exploring features - Enhance accessibility and visual polish
…dling, URL extraction, and user feedback
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.